home *** CD-ROM | disk | FTP | other *** search
- object TabOrderForm: TTabOrderForm
- Left = 272
- Top = 173
- HelpContext = 1000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Tab Order and Names'
- ClientHeight = 272
- ClientWidth = 302
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object EditButton: TSpeedButton
- Left = 269
- Top = 70
- Width = 25
- Height = 25
- Hint = 'Edit'
- Caption = 'E'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = EditButtonClick
- end
- object TabList: TRzEditListBox
- Left = 8
- Top = 8
- Width = 253
- Height = 222
- DragMode = dmAutomatic
- FrameStyle = fsLowered
- FrameVisible = True
- ItemHeight = 13
- TabOrder = 0
- OnDragDrop = TabListDragDrop
- OnDragOver = TabListDragOver
- end
- object DownButton: TBitBtn
- Left = 269
- Top = 35
- Width = 25
- Height = 25
- TabOrder = 1
- OnClick = DownButtonClick
- Glyph.Data = {
- DE000000424DDE0000000000000076000000280000000D0000000D0000000100
- 0400000000006800000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7000777777777777700077777707777770007777706077777000777706660777
- 7000777066666077700077066666660770007000066600007000777706660777
- 7000777706660777700077770666077770007777000007777000777777777777
- 7000}
- end
- object UpButton: TBitBtn
- Left = 269
- Top = 7
- Width = 25
- Height = 25
- TabOrder = 2
- OnClick = UpButtonClick
- Glyph.Data = {
- DE000000424DDE0000000000000076000000280000000D0000000D0000000100
- 0400000000006800000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7000777777777777700077770000077770007777066607777000777706660777
- 7000777706660777700070000666000070007706666666077000777066666077
- 7000777706660777700077777060777770007777770777777000777777777777
- 7000}
- end
- object RzButton1: TRzButton
- Left = 8
- Top = 238
- Height = 27
- Default = True
- FrameFlat = True
- ModalResult = 1
- Caption = 'OK'
- TabOrder = 3
- end
- object RzButton2: TRzButton
- Left = 94
- Top = 238
- Height = 27
- FrameFlat = True
- ModalResult = 2
- Caption = 'Cancel'
- TabOrder = 4
- end
- object RzButton3: TRzButton
- Left = 223
- Top = 238
- Height = 27
- FrameFlat = True
- Caption = 'Help'
- TabOrder = 5
- OnClick = RzButton3Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 200
- OnTimer = Timer1Timer
- Left = 48
- Top = 64
- end
- end
-